releasing package git-annex version 10.20241202
authorJoey Hess <joeyh@joeyh.name>
Mon, 2 Dec 2024 16:36:24 +0000 (12:36 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 2 Dec 2024 16:36:24 +0000 (12:36 -0400)
CHANGELOG
git-annex.cabal

index e1957cb91b66c8981f0f96278f91b165fccd1bf2..77fea4eb73a19675dc28fcaa96510c81431a7bcf 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,23 @@
-git-annex (10.20241032) UNRELEASED; urgency=medium
+git-annex (10.20241202) upstream; urgency=medium
 
-  * git-remote-annex: Fix a reversion introduced in version 10.20241031
-    that broke cloning from a special remote.
-  * vpop: Only update state after successful checkout.
   * add: Consistently treat files in a dotdir as dotfiles, even
     when ran inside that dotdir.
   * add: When adding a dotfile as a non-large file, mention that it's a
     dotfile.
+  * p2phttp: Added --directory option which serves multiple git-annex
+    repositories located inside a directory.
+  * When remote.name.annexUrl is an annex+http(s) url, that
+    uses the same hostname as remote.name.url, which is itself a http(s)
+    url, they are assumed to share a username and password. This avoids
+    unnecessary duplicate password prompts.
+  * git-remote-annex: Fix a reversion introduced in version 10.20241031
+    that broke cloning from a special remote.
+  * git-remote-annex: Fix cloning from a special remote on a crippled
+    filesystem.
+  * git-remote-annex: Fix buggy behavior when annex.stalldetection is
+    configured.
+  * git-remote-annex: Require git version 2.31 or newer, since old
+    ones had a buggy git bundle command.
   * S3: Support versioning=yes with a readonly bucket.
     (Needs aws-0.24.3)
   * S3: Send git-annex or other configured User-Agent.
@@ -15,20 +26,9 @@ git-annex (10.20241032) UNRELEASED; urgency=medium
     unversioned S3 bucket that is large enough to need pagination.
   * S3: Use significantly less memory when importing from a
     versioned S3 bucket.
-  * git-remote-annex: Fix cloning from a special remote on a crippled
-    filesystem.
-  * When remote.name.annexUrl is an annex+http(s) url, that
-    uses the same hostname as remote.name.url, which is itself a http(s)
-    url, they are assumed to share a username and password. This avoids
-    unnecessary duplicate password prompts.
-  * git-remote-annex: Require git version 2.31 or newer, since old
-    ones had a buggy git bundle command.
-  * git-remote-annex: Fix buggy behavior when annex.stalldetection is
-    configured.
-  * p2phttp: Added --directory option which serves multiple git-annex
-    repositories located inside a directory.
+  * vpop: Only update state after successful checkout.
 
- -- Joey Hess <id@joeyh.name>  Mon, 11 Nov 2024 12:26:00 -0400
+ -- Joey Hess <id@joeyh.name>  Mon, 02 Dec 2024 12:31:08 -0400
 
 git-annex (10.20241031) upstream; urgency=medium
 
index 9da241ae77bae4d85b108d6eaf83a47378760580..ace9ea84ad08b65ecaba974f074dcfb427fbbe91 100644 (file)
@@ -1,5 +1,5 @@
 Name: git-annex
-Version: 10.20241031
+Version: 10.20241202
 Cabal-Version: 1.12
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>